home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 702to703.arj / README.703 < prev    next >
Text File  |  1993-11-17  |  7KB  |  155 lines

  1. ───────────────────▄─     Quarterdeck Office Systems
  2. ────────────────▄▄▄──     150 Pico Boulevard
  3. ─────────────▄▄▄▄▄───     Santa Monica  CA 90405
  4. ──────────▄▄▄▄▄▄▄────
  5. ───────▄▄▄▄▄▄▄▄▄─────
  6. ────▄▄▄▄▄▄▄▄▄▄▄──────
  7.  
  8. November 9th, 1993
  9.  
  10.        QEMM Patch for version 7.02 dated 11/9/93
  11.  
  12. This patchfile implements fixes to QEMM version 7.02. This patch
  13. will work ONLY on QEMM version 7.02. The dates on the QEMM386.SYS (in
  14. your QEMM directory) should be 11/9/93. If the date on these files is later
  15. than 11/9/93,  you do not need this patch.
  16.  
  17. This patch should be applied by copying the files which should 
  18. accompany this README (PATCH.EXE, 702to703.RTP, README.RTP, 
  19. TECHNOTE.RTP, YESNO.COM and 702to703.BAT) into your QEMM 
  20. directory, and then typing
  21.  
  22. 702to703
  23.  
  24. After the patch has been successfully applied, you may delete the
  25. following files (if any still exist) from your QEMM directory:
  26.  
  27. 702to703.ZIP
  28. PATCH.EXE
  29. 702to703.RTP
  30. README.RTP
  31. TECHNOTE.RTP
  32. YESNO.COM
  33. 702to703.BAT
  34. README.702 (this file)
  35.  
  36. The following enhancements and changes have been made in the QEMM 7.03
  37. package.
  38.  
  39. The most significant changes relate to Stealth DoubleSpace:
  40.  
  41.  1) Most of the changes to ST-DBL for QEMM 7.03 relate to compatibility
  42.     issues with MS-DOS 6.20 and its two new features:  AutoMount and
  43.     DoubleGuard. MS-DOS 6.2's DoubleSpace is distinctly different from
  44.     the 6.0 version; many modifications were required in QEMM/ST-DBL
  45.     7.03 to accommodate these changes.
  46.  
  47.  2) Stealth DoubleSpace should now provide greatly improved performance
  48.     on many systems.
  49.  
  50.     Stealth DoubleSpace works by mapping DoubleSpace's code out of DOS'
  51.     address space, and then mapping DoubleSpace into the page frame when
  52.     that code is needed.  DoubleSpace may make calls which require the
  53.     disk ROM. When Stealth ROM is active, the disk ROM is also mapped
  54.     out of DOS' address space most of the time, and is mapped into the
  55.     page frame when it's needed.  Mapping the disk ROM into the page
  56.     frame requires DoubleSpace's code to be mapped out of the page
  57.     frame!  To cope with this, Stealth DoubleSpace sets up a buffer into
  58.     which data being read from or written to the disk can be placed
  59.     temporarily while these mapping operations take place.  (QEMM386
  60.     sets up a similar buffer when its DBF=n parameter is in use, for
  61.     other programs such as EMS disk caches that make disk requests from
  62.     the page frame.)
  63.  
  64.     Stealth DoubleSpace in QEMM 7.03 improves on previous versions by
  65.     providing buffering at a lower level than before, intercepting and
  66.     buffering calls to only those block devices and device drivers
  67.     (typically hard drives and disk caches) that were in place when
  68.     Stealth DoubleSpace loaded.  Stealth DoubleSpace also uses more
  69.     sophisticated algorithms to determine when buffering is necessary:
  70.     it now provides buffering only when the Stealth ROM feature is
  71.     active and when QEMM386.SYS has not already established a disk
  72.     buffer.
  73.  
  74.  3) Without any parameters on the ST-DBL.SYS line in CONFIG.SYS, the
  75.     buffer in (2) above is 1K.  The size of this buffer can be increased
  76.     by adding the DB=x parameter, where x is a number representing the
  77.     size of the buffer in kilobytes.  A larger buffer gives better
  78.     performance at the expense of additional conventional memory or High
  79.     RAM overhead.  You may wish to try DB=4 when you are using Stealth
  80.     ROM and you are not using a disk cache.  The buffer can be disabled
  81.     by using the DB:N parameter.
  82.  
  83.     To set up a 4K buffer for ST-DBL, add DB=4 to the ST-DBL.SYS line in
  84.     CONFIG.SYS:
  85.  
  86.     DEVICE=C:\QEMM\ST-DBL.SYS DB=4
  87.  
  88.  4) Expanded memory disk caches may require a different ST-DBL
  89.     parameter, EXPCACHE, which makes ST-DBL use a slower but more
  90.     comprehensive form of buffering. This parameter has a similar syntax
  91.     to DB; EXPCACHE=4 would set up a 4K buffer, and EXPCACHE:Y would
  92.     enable this feature with a 1K cache. EXPCACHE:N is a valid
  93.     parameter, but is not particularly useful since EXPCACHE is disabled
  94.     by default.
  95.  
  96.  
  97. Other enhancements to the QEMM package include the following:
  98.  
  99.  1) Stealth ROM has been improved to provide better support for video
  100.     ROMs on many machines, including Toshiba laptops.  This enhancement
  101.     should eliminate the need for EXCLUDEs in the C000-C7FF range when
  102.     using Stealth on such machines.
  103.  
  104.  2) Stealth ROM has also been enhanced to reduce significantly the need
  105.     for XST=C000 and/or EXCLUDES in the C000-C7FF region when using
  106.     Microsoft Windows in 386 enhanced mode with high-resolution and/or
  107.     proprietary graphics drivers.
  108.  
  109.  3) QEMM386 includes improved support for Compaq machines, which may
  110.     suppress spurious ROM 101 Errors at boot time on older BIOSes.
  111.  
  112.  4) QEMM386 better supports Virtual DMA Services, and includes fixes for
  113.     some conflicts with Adaptec bus-mastering hard drive controllers.
  114.  
  115.  5) QEMM386's DISKBUF feature (invoked by the DB=nn parameter) now
  116.     continues to operate when Microsoft Windows is running in 386
  117.     enhanced mode.  This gives significantly improved support for
  118.     bus-mastering hard drive controllers.
  119.  
  120.  6) Changes have been made to QEMM386 and OPTIMIZE to improve detection
  121.     of 32K video ROMs that claim inaccurately to be 24K in size.  This
  122.     will address problems running OPTIMIZE on Dell machines with Tseng
  123.     Labs chipsets. Additionally, QEMM and OPTIMIZE now flush the
  124.     instruction cache on 486 processors before rebooting, which will
  125.     suppress spurious detection of adapter RAM on some machines.
  126.  
  127.  7) QEMM386 and DOS-Up incorporate better support for MS-DOS'
  128.     DoubleSpace and for programs that use the Microsoft Real-time
  129.     Compression Interface when QEMM is installed on an uncompressed
  130.     drive.
  131.  
  132.  8) Stealth and DOS-Up incorporate support for diskless or
  133.     floppy-disk-only workstations and remote-boot systems.  DOSDATA may
  134.     now be used on such systems, and the floppy disk ROMs can be
  135.     Stealthed.
  136.  
  137.  9) DOSDATA has been modified to suppress printer resets as it
  138.     reinitializes the operating system.
  139.  
  140. 10) A potential problem with DOS error code translations has been
  141.     addressed. The only known symptom of this problem relates to using
  142.     WordPerfect on a a Microsoft LAN Manager read-only drive.
  143.  
  144. 11) Manifest has been enhanced to improve reporting the size of video
  145.     ROMs, certain video cards, network directory path names, and higher
  146.     baud rates on serial ports.
  147.  
  148.  **************************************************************************
  149.  *These files may be copied and distributed freely as long as they are    *
  150.  *distributed together, in their entirety, and not distributed for profit.*
  151.  *           Copyright (C) 1993 by Quarterdeck Office Systems             *
  152.  ************************ E N D   O F   F I L E ***************************
  153.  
  154.  
  155.